body, html{
    font-family: 'Times New Roman', Times, serif;
    height: 120%;
    width: 98vw;
    display: center;
    justify-content: center;
    align-items: center;
    background: url(fondo\ de\ pichis.webp) center center;
    background-size: cover;
}
header {
 background-color: #1B0C1A;
 color: #ffffff;
 padding: 20px;
  border-radius: 10px;
 text-align: center;
}
.contenedor{
    text-align: center;
    padding: 30px;
    background-color: #faf8ec;
    border-radius: 10px;
    box-shadow: 0 4px 8px  rgba(0, 0, 0, 0.1);
}

